home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Exploring Where & Why
/
Exploring Where & Why.iso
/
pc
/
MODULES
/
LESSON01
/
ACT01A
/
L01A2D.DIR
/
Internal_1.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2003-04-21
|
227 b
|
12 lines
on prepareMovie
positionSprite([2, 3])
end
on positionSprite sprList
repeat with spr in sprList
theLoc = (the member of sprite spr).regPoint
set the loc of sprite spr to 2 * theLoc
end repeat
updateStage()
end